home *** CD-ROM | disk | FTP | other *** search
/ Visual Cafe 3 / Visual Cafe 3.ISO / Vcafe / Main.bin / genjava.bat < prev    next >
DOS Batch File  |  1998-10-09  |  407b  |  13 lines

  1. REM -------------------------------------------------
  2. REM Generating java system documentation into ..\docs
  3. REM -------------------------------------------------
  4. @echo off
  5. REM Input:  java.* sources under ..\..\java\src\
  6. REM Output: HTML doc under ..\docs
  7. REM         sources copied locally
  8.  
  9. xcopy ..\..\java\src\java\*.java java\ /S >nul
  10.  
  11. if not exist ..\docs md ..\docs
  12. ..\..\bin\sj @java.rsp
  13.